﻿
.sidlink
{
    border-width:1px;
    border-color:Red;
    border-style:solid;
    padding:5px;
    width:240px;
    margin-bottom:5px;
}
div#popupcontent
{
	padding-left:5px;
	font-family:Verdana;
	font-size:x-small;
}


/*Home Page*************************/
TABLE.home
{
	width:681px;
	height: 395px;
}

TD.home
{
	border:solid 1px silver;
	background-color:#F5F5F5;
	width:275px;
	vertical-align:top;
}
TD.home a
{
	font-size:x-small;
}
/*End Home Page****************/

/*Report Page*********************/
TABLE.reportlayout
{
	width:auto;
}

TD.rep
{
	border:solid 1px silver;
	background-color:#F5F5F5;
	width:50%;
}
.sectiontext
{
	font-size:x-small;
}
/*End Report Page****************/



/**Boxes on pages**********************/
.linkbox
{
	border: 1px solid Black;
	background-color:#F5F5F5; /*whitesmoke*/
	padding:5px;
}

.infobox
{
    border: 4px solid #99BBEE;
    padding: 5px;
    background-color: #FFFFCC;
}
.infoboxsmallprint
{
	border: 4px solid #99BBEE;
	padding:5px;
	font-size:xx-small;
}
.negmarginall
{
	margin-top:1px;
	margin-left:15px;
	margin-bottom:1px;
}
.pageinstructions
{
	display:block;
	font-weight:bold;
	font-size:small;
	color:black;
	background-color:#FFFFF0; /*ivory*/
	font-family: 'Microsoft Sans Serif';
	padding:5px;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid;

}
.disclaimer
{
	display:block;
	font-weight:bold;
	font-size:x-small;
	color:black;
	background-color:#FFFFF0; /*ivory*/
	font-family: 'Microsoft Sans Serif';
	padding:5px;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid;
}

/*end boxes on pages******************/

/*TMRLinks*********************************/
#tmrlinks 
{
	background:navy;
	border-bottom: 1px solid black;
}

#tmrlinks a
{
	margin-left:3px; 
	margin-right:3px; 
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
	color:#eee;
	text-decoration:none;
	font-size:11px;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
}
	
#tmrlinks a:hover {
	color:navy; 
	background-color:#eee;
	text-decoration:none;
}
/*End TMRLinks*****************************/	

/*LeftMenuBox****************************/	


/*All Grids*************************/
TABLE.grid TD
{
	border:solid 1px black;
}
.gridlabel
{
	font-family:Verdana ;
	font-size:medium;
	font-weight:bold;
	color:black;
}
.grid
{
}
.gridheader
{
	background-color:#2255AA;
	color:white;
	font-weight:bold;
	font-size:small;
}
.griditem
{
	background-color:white;
	font-size:small;
	border:solid 1px red;
	padding:15px;

}
.gridfooter
{
	font-weight:bold;
	font-size:small;
	background-color:Gray;

}

/*End All Grids*************************/


/*All un-DIVed hyperlinks***************/
a
{
	font-size:small;
	color:navy;
}
TD a
{
	font-size:small;
	color:navy;

}

/*End All un-DIVed hyperlinks***************/

/*Misc*************************/
.sectionlink
{
	display:inline-block;
	font-weight:bold;
}
.fieldlabel
{
	font-family:Verdana ;
	font-size:small;
	font-weight:bold;
	color:black;
	margin-top:10px;
}

.smallfielddata
{
	font-family:Verdana ;
	font-size:x-small;
	color:black;
	padding-left:3px;
	background-color:#F8F8FF;/*ghostwhite*/
	margin-top:10px;
}

.smallfieldlabel
{
	font-family:Verdana ;
	font-size:x-small;
	color:black;
	padding-left:3px;
	background-color:#F8F8FF;/*ghostwhite*/
	margin-top:10px;
	font-weight:bold;
}

TD.smalllink
{
	font-family:Verdana ;
	font-size:x-small;
	padding-right:15px;
	background-color:White;
}
.alertminor
{
	font-family:Verdana ;
	font-size:x-small;
	font-weight:bold;
	color:red;
}
.topicheader
{
	font-weight:bold;
	font-size:small;
}
.topicsubheader
{
	font-weight:bold;
	font-size:x-small;
}

.textdata
{
	font-family:Verdana ;
	font-size:small;
	color:black;
}
.photocaption
{
	font-size:x-small;
}
/*End Misc*************************/

/*TMR page**********************/
.tmrsection
{
	font-family: Courier New, Courier, monospace;
	font-size:small;
}
/*End TMR page**************************/

/*Monthly Calendar**************/
table#monthlycalendar
{
	background-color:Black;
	font-size:small;
}
td.normal
{
	background-color:White;
	vertical-align:top;
	width:140px;
}
td.today
{
	background-color:#E0FFFF;/*lightcyan*/
	vertical-align:top;
	width:140px;
}
td.notthismonth
{
	background-color:Silver;
}
tr.header1
{
	font-weight:bold;
	background-color:#F0F8FF;/*AliceBlue*/
}
tr.header2
{
	background-color:#F0F8FF;/*AliceBlue*/
}
/*End Monthly Calendar**************/

